![]() |
GetWindowProxyAlias |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains an alias for the file that is associated with a window.
OSStatus GetWindowProxyAlias ( WindowRef window, AliasHandle *alias );
A pointer to the window for which you wish to determine the associated file.
On input, a pointer to a value of type AliasHandle. On return, the AliasRecord structure referenced by the alias handle contains a copy of the alias data for the file associated with the specified window. Your application must dispose of this handle.
A result code.
Your application can call the GetWindowProxyAlias function to retrieve alias data for the file associated with a window.
See also the function SetWindowProxyAlias.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)